- return assignment
- Военный термин: последующее назначение (по возвращении с места предыдущей службы)
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
assignment — as·sign·ment n 1: the act of assigning 2 a: a position, post, or office to which one is assigned b: a task assigned 3: a present transfer of property or rights absolute assignment: an assignment in which the transfer is complete and leaves the… … Law dictionary
Assignment (computer science) — In computer programming, an assignment statement sets or re sets the value stored in the storage location(s) denoted by a variable name. In most imperative computer programming languages, assignment statements are one of the basic statements.… … Wikipedia
Assignment operator (C++) — In the C++ programming language, the assignment operator, = , is the operator used for assignment. Like most other operators in C++, it can be overloaded. The copy assignment operator, often just called the assignment operator , is a special case … Wikipedia
Assignment operator in C++ — ––The assignment operator in C++ programming language is = . Like other operators in C++, it can be overloaded.The copy assignment operator is a special case of assignment operator used to assign objects of the same class to each other. It is one … Wikipedia
assignment for benefit of creditors — A general assignment for benefit of creditors is transfer of all or substantially all of debtor s property to another person in trust to collect any money owing to debtor, to sell property, to distribute the proceeds to his creditors and to… … Black's law dictionary
assignment for benefit of creditors — A general assignment for benefit of creditors is transfer of all or substantially all of debtor s property to another person in trust to collect any money owing to debtor, to sell property, to distribute the proceeds to his creditors and to… … Black's law dictionary
Return to the 36th Chamber — Infobox Film name = Return to the 36th Chamber caption = The Hong Kong movie poster. director = Lau Kar leung producer = Mona Fong Run Run Shaw writer = Ni Kuang narrator = starring = Gordon Liu music = Eddie Wang cinematography = Peter Ngor… … Wikipedia
assignment for the benefit of creditors — An assignment and transfer by a debtor, without consideration paid by the grantee, of substantially all the assignor s property, corporeal and incorporeal, to a person in trust to collect the amounts owing on obligations due the assignor, to sell … Ballentine's law dictionary
Definite assignment analysis — In computer science, definite assignment analysis is a data flow analysis used by compilers to conservatively ensure that a variable or location is always assigned to before it is used. Contents 1 Motivation 2 Terminology 3 The analysis … Wikipedia
Designated for assignment — is a contractual term used in Major League Baseball. When a player is designated for assignment, he is immediately removed from the club s 40 man roster. This gives the club 10 days to decide what to do with the player while freeing up a roster… … Wikipedia
Augmented assignment — (or compound assignment) is the name given to certain operators in certain programming languages (especially those derived from C). An augmented assignment is generally used to replace a statement where an operator takes a variable as one of its… … Wikipedia